I'm trying to interpolate some frames using Hybrid with this tutorial. I'm on a Mac and everything looks a bit different so I don't use the exact same settings. In any case, the configuration string always includes "--fade-compensate 0" which throws an error when I start the job. Any ideas why this might be the case?
This is the configuration:
x264 --preset veryfast --pass 1 --bitrate 5000 --profile high444 --level 5.2 --sync-lookahead 1 --fade-compensate 0 --pic-struct --sar 1:1 --qpfile GENERATED_QP_FILE --non-deterministic --stats "/private/var/folders/qb/03xt5xdd6lq64qrkc9_q6xg00000gn/T/my_movie_interp1.stats" --demuxer raw --input-res 3840x2160 --input-csp i420 --input-range tv --input-depth 10 --fps 60/1 --output-depth 10 --output NUL -
x264 --preset veryfast --pass 2 --bitrate 5000 --profile high444 --level 5.2 --sync-lookahead 1 --fade-compensate 0 --vbv-maxrate 720000 --vbv-bufsize 720000 --pic-struct --sar 1:1 --qpfile GENERATED_QP_FILE --non-deterministic --colormatrix bt709 --stats "/private/var/folders/qb/03xt5xdd6lq64qrkc9_q6xg00000gn/T/my_movie_interp1.stats" --demuxer raw --input-res 3840x2160 --input-csp i420 --input-range tv --input-depth 10 --fps 60/1 --output-depth 10 --output "/private/var/folders/qb/03xt5xdd6lq64qrkc9_q6xg00000gn/T/my_movie_interp1.264" -
I should also add that I'm using a Mac with Apple Silicon.
+ Reply to Thread
Results 1 to 4 of 4
-
-
That error indicates that the x264 binary that you are using (or the one that is bundled with hybrid) has not been compiled with the fade-compensate patch. You can try updating the binary to one that has it, or changing the commandline (just remove --fade-compensate 0 from both passes, "0" means you're not using it anyways)
I think selur no longer supports Mac platform for hybrid -
Thank you! Are you familiar with hybrid? I don't see a way to change the command line options from within the program.
If there's no way, how would you go about running my frame interpolation? -
I don't use hybrid, but there should be a way to edit the commandline passed
Similar Threads
-
x264-10bit to x264-8bit
By linuxlad in forum Video ConversionReplies: 7Last Post: 1st Nov 2020, 10:21 -
x264 benchmark? what mobile chipset to do more fast encoding x264 encoding?
By marcorocchini in forum Newbie / General discussionsReplies: 1Last Post: 21st Sep 2018, 23:06 -
XMEDIA RECODE video converter FADE IN / FADE OUT
By vinckles in forum Video ConversionReplies: 6Last Post: 11th Aug 2017, 01:10 -
FFMPEG - fade in logo independent of fade in video and subtitles
By EasyFeet in forum EditingReplies: 2Last Post: 16th May 2017, 00:59 -
How do I compensate for a colour shift in an animated gif?
By Bruce Wayne in forum Video ConversionReplies: 16Last Post: 14th Apr 2016, 08:28